Version 3 (modified by 17 years ago) (diff) | ,
---|
Is there some way I can compile just Pidgin, without all of these protocols?
Yeah. There are actually three ways to do it.
- Use the --with-static-prpls option to ./configure along with --disable-plugins. This will let you choose which protocols are compiled in with Pidgin, but you will not be able to use any other protocols or plugins. You'll need to compile any protocols that you specified in --with-static-prpls. Oscar is the default.
- Use the --with-dynamic-prpls option to ./configure This takes a comma separated list of protocol names.
- Change to the directories for the protocols you want to compile (e.g. libpurple/protocols/jabber), and run make from there. Then after you've compiled all of them, change back to src/ and run make pidgin